home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / ARMLINUX / MAIL / 9710 / 000069_owner-linux-arm…r.rutgers.edu _Thu Oct 16 17:15:34 1997.msg < prev    next >
Internet Message Format  |  1997-11-30  |  3KB

  1. Return-Path: <owner-linux-arm-outgoing@vger.rutgers.edu>
  2. Received: from nic.funet.fi (nic.funet.fi [128.214.248.6])
  3.     by odie.barnet.ac.uk (8.8.6/8.8.6) with ESMTP id RAA27643
  4.     for <willy@odie.fluff.org>; Thu, 16 Oct 1997 17:15:33 +0100
  5. Received: from vger.rutgers.edu ([128.6.190.2] EHLO vger.rutgers.edu ident: root [port 37398]) by nic.funet.fi with ESMTP id <20036-17628>; Thu, 16 Oct 1997 19:15:22 +0300
  6. Received: by vger.rutgers.edu id <971702-404>; Thu, 16 Oct 1997 11:12:37 -0400
  7. Received: from cheviot.ncl.ac.uk ([128.240.233.51] EHLO cheviot.ncl.ac.uk ident: IDENT-NOT-QUERIED [port 62165]) by vger.rutgers.edu with ESMTP id <972625-404>; Thu, 16 Oct 1997 11:12:22 -0400
  8. Received: from burnmoor.ncl.ac.uk by cheviot.ncl.ac.uk id <QAA14410@cheviot.ncl.ac.uk>
  9.   (8.7.6/ for ncl.ac.uk) with ESMTP; Thu, 16 Oct 1997 16:13:37 +0100 (BST)
  10. Received: from aidan.ncl.ac.uk (n5830472@aidan.ncl.ac.uk [128.240.233.1]) by burnmoor.ncl.ac.uk (8.7.6/8.6.10-cf revision 2 for Solaris 2.x) with SMTP id QAA22641; Thu, 16 Oct 1997 16:13:36 +0100 (BST)
  11. Received: (n5830472@localhost) by aidan.ncl.ac.uk (8.6.10/8.6.10-cf revision 1 for Solaris 2.x) id QAA05713; Thu, 16 Oct 1997 16:13:34 +0100
  12. Date:     Thu, 16 Oct 1997 16:13:32 +0100 (BST)
  13. From: "A.S.MCGough" <A.S.McGough@newcastle.ac.uk>
  14. To: ACORN ARM-LINUX PORT <linux-arm@vger.rutgers.edu>
  15. Subject: libgcc1.a and making a cross compiler (gcc)
  16. Message-ID: <Pine.SOL.3.91-941213.971016155604.5545C-100000@aidan.ncl.ac.uk>
  17. MIME-Version: 1.0
  18. Content-Type: TEXT/PLAIN; charset=US-ASCII
  19. X-Orcpt: rfc822;linux-arm@vger.rutgers.edu
  20. Sender: owner-linux-arm@vger.rutgers.edu
  21. Precedence: bulk
  22. Status: RO
  23.  
  24.  
  25. I'm trying to compile up a cross compiler for compiling linux kernels for 
  26. an R260. I've been trying to do this but things are failing and I must 
  27. have missed something, can someone please advise....
  28.  
  29. The rundown of what I have done is as follows:
  30.  
  31. 1. Patched Binutils 2.7 and compiled with target set to arm-unknown-linuxaout
  32. 2. Installed Binutis under /usr/local/arm-unknown-linuxaout/
  33. 3. Patched gcc v. 2.7.2.2 - this is where the fun starts:
  34.    There is one screwed up patch - I was told not to reverse it but do I 
  35. still apply it?
  36. 4. Configured gcc for target arm-unknown-linuxaout
  37. 5. Edited config/arm/t-linux by adding the line
  38. CROSS_LIB = libgcc1-asm.a
  39. and removing /m7 from the appropriate line
  40. 6. compiled with make LANGUAGES="c c++"
  41. Which causes the compilation to fail with an error about libgcc1.a not 
  42. being available. The docs state that this file should come from the 
  43. native system or be blank. Which is the correct method for this or where 
  44. do I compile it or get it?
  45.  
  46. thanks in advance.
  47.  
  48. steve..
  49.  
  50. PS. any chance of a boot loader for riscos2 or even the source code so I 
  51. can try patching it myself.
  52.